fixed typo
authorTim Janik <timj@src.gnome.org>
Tue, 6 Feb 2007 15:02:59 +0000 (15:02 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 6 Feb 2007 15:02:59 +0000 (15:02 +0000)
svn path=/trunk/; revision=17270

gdk/gdkevents.c

index fcc755972144f9ea58cc277128aa51f4bae96dd5..ea6ff83f3701b7e33bdb6f0308ef4aedba5a2221 100644 (file)
@@ -839,7 +839,7 @@ gdk_event_get_axis (GdkEvent   *event,
  * @event: a valid #GdkEvent
  *
  * Request more motion notifies if #event is a motion notify hint event.
- * This funciton should be used instead of gdk_window_get_pointer() to
+ * This function should be used instead of gdk_window_get_pointer() to
  * request further motion notifies, because it also works for extension
  * events where motion notifies are provided for devices other than the
  * core pointer.